bitkeeper revision 1.1236.1.149 (42492762NRUXAIqtzpmd2lX5HSPVog)
authortjd21@arcadians.cl.cam.ac.uk <tjd21@arcadians.cl.cam.ac.uk>
Tue, 29 Mar 2005 10:01:06 +0000 (10:01 +0000)
committertjd21@arcadians.cl.cam.ac.uk <tjd21@arcadians.cl.cam.ac.uk>
Tue, 29 Mar 2005 10:01:06 +0000 (10:01 +0000)
commit4ceed52eee936e46559d85e08b07123fda1ba82d
treeeafd8bb5529bc266d52d67e6a08c2c458c4589f7
parentd3bd0aa333f314d098211dd51a439b69f1a400e0
bitkeeper revision 1.1236.1.149 (42492762NRUXAIqtzpmd2lX5HSPVog)

Added the mbootpack tool, which packages multiboot boot files and
disguises them as a linux bzImage.  Useful for booting Xen using
pxelinux, or another linux-only bootloader.

Signed-off-by: Tim Deegan <Tim.Deegan@cl.cam.ac.uk>
14 files changed:
.rootkeys
BitKeeper/etc/logging_ok
tools/misc/Makefile
tools/misc/mbootpack/GPL [new file with mode: 0644]
tools/misc/mbootpack/Makefile [new file with mode: 0644]
tools/misc/mbootpack/README [new file with mode: 0644]
tools/misc/mbootpack/bin2c.c [new file with mode: 0644]
tools/misc/mbootpack/bootsect.S [new file with mode: 0644]
tools/misc/mbootpack/buildimage.c [new file with mode: 0644]
tools/misc/mbootpack/mb_header.h [new file with mode: 0644]
tools/misc/mbootpack/mb_info.h [new file with mode: 0644]
tools/misc/mbootpack/mbootpack.c [new file with mode: 0644]
tools/misc/mbootpack/mbootpack.h [new file with mode: 0644]
tools/misc/mbootpack/setup.S [new file with mode: 0644]